PESetParameterPickListOption

Use PESetParameterPickListOption to set the parameter pick list options for a report. This function sets the values in PEParameterPickListOption.

C Syntax
BOOL CRPE_API PESetParameterPickListOption (
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName,
        PEParameterPickListOption FAR *pickListOption );
Parameters

printJob

Specifies the print job for which you want to set the parameter pick list options.

parameterFieldName

Specifies a pointer to the parameterFieldName for which you want to set pick list options.

reportName

Specifies a pointer to the report name. See Remarks below.

pickListOption

Specifies a pointer to PEParameterPickListOption, which will contain the new information.

Returns
Remarks

Regarding parameter reportName:

VB Syntax
Declare Function PESetParameterPickListOption Lib "crpe32.dll" ( _
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String, pickListOption As PEParameterPickListOption _
    ) As Integer
Delphi Syntax
function PESetParameterPickListOption (
printJob : Smallint;
parameterFieldName : PChar;
reportName : PChar;
var pickListOption : PEParameterPickListOption): Bool; {$ifdef WIN32}
        stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com